projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
561d8c5
)
(FIRST_PTY_LETTER): Defined.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 18 Nov 1993 06:05:12 +0000
(06:05 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 18 Nov 1993 06:05:12 +0000
(06:05 +0000)
src/s/dgux.h
patch
|
blob
|
history
diff --git
a/src/s/dgux.h
b/src/s/dgux.h
index e35988ed70e49087c030b76ae8b92e851c047004..55e413e3d97fb2f9f54877f49b4d51b548b1be39 100644
(file)
--- a/
src/s/dgux.h
+++ b/
src/s/dgux.h
@@
-246,6
+246,11
@@
is to define BROKEN_FIONREAD and not use INTERRUPT_INPUT.
#define HAVE_TERMIOS
#define NO_TERMIO
+/* Letter to use in finding device name of first pty,
+ if system supports pty's. 'p' means it is /dev/ptyp0 */
+
+#define FIRST_PTY_LETTER 'p'
+
/*
* Use a Berkeley style sys/wait.h.
* This makes WIF* macros operate on structures instead of ints.